.ab-cr-bg,
.bg-blue-main,
.blue-hover:hover {
    background: #003618
}

#scroll,
.wrapper {
    position: fixed;
    background: #fff
}

body {
    overflow-x: hidden
}

.nav-content .links li a:hover,
.nav-content .links li label:hover,
.text-blue-main {
    color: #005224
}

.border-blue-main {
    border-color: #003618
}

.blue-hover:hover {
    color: #fff
}

.wrapper {
    z-index: 10;
    width: 100%;
    top: 0;
    box-shadow: 2px 2px 5px #b6b6b636, -2px -2px 2px #fff
}

.bg-feature,
.bg-top.flex.items-center {
    background-size: 100% 100%
}

.wrapper nav {
    position: relative;
    display: flex;
    max-width: calc(100% - 100px);
    margin: 0 auto;
    height: 90px;
    align-items: center;
    justify-content: space-between
}

nav .nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

nav .nav-content .links {
    margin-left: 80px;
    display: flex;
    gap: 10px
}

.nav-content .logo {
    display: flex;
    align-items: center;
    gap: 10px
}

.nav-content .logo img {
    width: 250px
}

.nav-content .logo a {
    color: #a443ff;
    font-size: 30px;
    font-weight: 600
}

.nav-content .links li {
    list-style: none;
    line-height: 70px
}

.nav-content .links li a,
.nav-content .links li label {
    color: #014828;
    font-size: 17px;
    padding: 7px 12px;
    border-radius: 5px;
    transition: .3s
}

.nav-content .links li label,
.wrapper .menu-icon,
.wrapper input[type=checkbox] {
    display: none
}

.wrapper .menu-icon,
.wrapper .search-icon {
    color: #000;
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
    width: 70px;
    text-align: center
}

.wrapper #show-search:checked~.search-icon i::before {
    content: "\f00d"
}

.wrapper .search-box {
    position: absolute;
    height: 100%;
    max-width: calc(100% - 50px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: .3s
}

#scroll,
.search-box .go-icon {
    right: 10px;
    height: 50px;
    cursor: pointer
}

.wrapper #show-search:checked~.search-box {
    opacity: 1;
    pointer-events: auto
}

.search-box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    font-size: 17px;
    color: #000;
    background: #ffff;
    padding: 0 100px 0 15px
}

.search-box input::placeholder {
    color: #545252
}

.search-box .go-icon {
    position: absolute;
    display: flex;
    top: 50%;
    align-items: center;
    transform: translateY(-50%);
    line-height: 60px;
    width: 51px;
    justify-content: center;
    border: none;
    outline: 0;
    color: #000;
    font-size: 20px;
    border-radius: 50%;
    background: 0 0
}

.nav-content .links ul {
    position: absolute;
    background: #fff;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    color: #000;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.nav-content .links li:hover>ul {
    top: 82px;
    opacity: 1;
    visibility: visible
}

.nav-content .links ul li a {
    color: #000;
    display: block;
    width: 100%;
    font-size: 1.1em;
    line-height: 25px;
    border-radius: 0 !important;
    padding: 8px 20px
}

.nav-content .links ul li a:hover {
    background: #e2efff
}

.nav-content .links ul ul {
    position: absolute;
    right: calc(-100% + 8px)
}

.nav-content .links ul li,
.o-video,
.select {
    position: relative
}

.nav-content .links ul li:hover ul {
    top: 0
}

.media-sc {
    transform: translate(-50%, -50%)
}

.bg-image {
    background-image: none
}

.slider-nav.slide-c-pre {
    right: unset;
    left: unset;
    background: #005224
}

.bg-feature {
    background-image: url(https://myschool-assets.s3.ap-south-1.amazonaws.com/uploads/kjxyv9ijIMpMK8F6ylcxiTuhStRymddsRFXgkAQ6.png);
    background-repeat: no-repeat
}

@media screen and (max-width:1520px) {

    .nav-content .links li a,
    .nav-content .links li label {
        font-size: 14px;
        padding: 6px 4px
    }
}

@media screen and (max-width:1280px) {
    .wrapper nav {
        max-width: 100%;
        padding: 0 20px;
        max-width: calc(100% - 20px)
    }

    nav .nav-content .links {
        margin-left: 30px
    }

    .nav-content .links li a {
        color: #000
    }

    .wrapper .search-box {
        max-width: calc(100% - 100px)
    }

    .wrapper .search-box input {
        padding: 0 100px 0 15px
    }

    .nav-content .links li a,
    .nav-content .links li label {
        font-size: 13px;
        padding: 6px 2px
    }

    .nav-content .logo img {
        width: 180px
    }
}

@media screen and (max-width:900px) {
    .wrapper .menu-icon {
        display: block
    }

    .nav-content .logo a {
        font-size: 25px
    }

    .wrapper #show-menu:checked~.menu-icon i::before {
        content: "\f00d"
    }

    nav .nav-content .links {
        display: block;
        position: fixed;
        background: #003618;
        height: 100%;
        width: 100%;
        top: 90px;
        left: -100%;
        margin-left: 0;
        overflow-y: auto;
        padding-bottom: 100px;
        transition: .3s
    }

    nav #show-menu:checked~.nav-content .links {
        left: 0
    }

    .nav-content .links li:not(:last-child) {
        border-bottom: 1px solid #eeeeee21;
        padding: 8px 3px
    }

    .nav-content .links li a,
    .nav-content .links li label {
        line-height: 20px;
        font-size: 16px;
        display: block;
        padding: 8px 18px;
        cursor: pointer;
        color: #fff
    }

    .nav-content .links li a.desktop-link {
        display: none
    }

    .nav-content .links ul,
    .nav-content .links ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: 0 0;
        max-height: 0;
        overflow: hidden
    }

    .nav-content .links #acadmics:checked~ul,
    .nav-content .links #beyond-academy:checked~ul,
    .nav-content .links #show-gallery:checked~ul,
    .nav-content .links #show-services:checked~ul {
        max-height: 100vh
    }

    .nav-content .links ul li a {
        font-size: 16px;
        line-height: 20px;
        border-radius: 5px !important;
        color: #fff
    }

    .nav-content .links li a:hover,
    .nav-content .links li label:hover {
        color: #fff
    }

    .media-sc {
        transform: translate(1%, -50%)
    }

    .bg-image {
        background-image: url('https://res.cloudinary.com/dvzfuapyy/image/upload/v1730307222/Group_53_s3txur.png')
    }

    .ab-cr-bg {
        background: #fff !important
    }
}

@media screen and (max-width:450px) {
    .wrapper nav {
        padding: 0 2px
    }

    .nav-content .logo img {
        width: 200px
    }

    .nav-content .logo a {
        font-size: 23px
    }

    .wrapper .search-box {
        max-width: calc(100% - 70px)
    }

    .wrapper .search-box .go-icon {
        width: 30px;
        right: 0
    }

    .wrapper .search-box input {
        padding-right: 30px
    }

    .slider-nav.slide-c-pre {
        right: 10%;
        left: unset
    }

    nav .nav-content {
        justify-content: center
    }

    .bg-feature {
        background-image: url(https://myschool-assets.s3.ap-south-1.amazonaws.com/uploads/7XlT7XBZO1GjXNe2jqCf9nervlK7BAeFwrd5bZoE.jpg)
    }

    .after-before::after,
    .after-before::before {
        position: unset !important
    }
}

.slider-nav.s-allen-50 {
    top: 51%
}

.slider-nav.s-allen-50::after,
.slider-nav.s-allen-50::before {
    width: 1rem
}

.select-control {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    color: #005224;
    font-size: 18px;
    font-weight: 700;
    background-color: var(--darkgray);
    background-image: none;
    cursor: pointer
}

.select-control::-ms-expand {
    display: none
}

.select {
    display: flex;
    height: 3em;
    border-radius: .25em;
    overflow: hidden
}

#scroll,
.moretext {
    display: none
}

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    transition: .25s;
    pointer-events: none;
    color: #f34612
}

.img-hover::after {
    content: '';
    background-color: #000;
    opacity: .5;
    top: 0;
    height: 100px;
    width: 100%
}

.img-hover::before {
    content: "";
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    height: 91%;
    width: 100%;
    transition: .2s ease-in-out
}

.after-before::after,
.after-before::before {
    content: '';
    width: 40px;
    height: 4px;
    top: 20px;
    position: absolute
}

.img-hover:hover::before {
    opacity: .3
}

.slider-container.slider-over {
    overflow-y: hidden;
    scrollbar-color: #3F51B5 !important;
    opacity: 1 !important
}

#scroll {
    bottom: 30px;
    width: 50px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    text-indent: -9999px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #000
}

#scroll:hover {
    background-color: #eee;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.after-before {
    display: inline-block
}

.after-before::after {
    left: -46px;
    background: linear-gradient(42deg, #e91e63, transparent)
}

.after-before::before {
    right: -48px;
    background: linear-gradient(292deg, #e91e63, transparent)
}

.sub-menus {
    margin-right: 32px
}

.hide-circle {
    opacity: 0
}

.opne-hide-circle:hover .hide-circle {
    opacity: 1 !important
}

.o-video {
    padding-bottom: 56.25%;
    height: 0
}

.o-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.aps-menu {
    right: -158px
}

.brud-image,
.comman-banner {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:768px) {

    .dps-menu-open.hidden-menu,
    .dps-menu-openss.hidden-menu,
    .dps-menu-opensss.hidden-menu {
        display: flex
    }
}

.custom-container-1450 {
    max-width: 1450;
    margin: 0 auto
}

.custom-container-1280 {
    max-width: 1280px;
    margin: 0 auto
}

.custom-container-1050 {
    max-width: 1050;
    margin: 0 auto
}

blockquote {
    border-left: 4px solid #3498db;
    margin: 20px 0;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 0 4px 4px 0;
    font-style: italic
}

.border-b.bg-gray-50,
.items-center,
.items-center.gap-5,
.relative.w-full,
.ul-hide,
footer ul {
    list-style: none !important
}

ol.inline-flex.items-center {
    list-style: none
}